home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Panorama.dxr / 00092.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  406 b   |  18 lines

  1. on enterFrame
  2.   global returnframe, roomnumber, audioguidesprite, projectlist
  3.   if not rollOver(13) then
  4.     go(returnframe)
  5.   end if
  6.   hilitebuttons(14, 17)
  7.   if (the last char in string(roomnumber) <> "0") or (roomnumber = "000") then
  8.     hilitebuttons(18, 21)
  9.     if not soundBusy(2) then
  10.       hilitebuttons(audioguidesprite, audioguidesprite)
  11.     end if
  12.   end if
  13. end
  14.  
  15. on exitFrame
  16.   go(the frame)
  17. end
  18.